Skip to main content
Quang Liem
💬
0 discussions

Integrate Service - Zoho


I. Cases


1. Normal Cases

  • Click To Call
  • Iframe
  • CRM call logging
  • CRM create new contact
  • Click to view CRM object
  • Click to SMS

2. Challenge Cases

  • CRM log system

3. Special Cases


II. Config


  • ID Callcenter
  • Host
  • Description
  • Fields
    • client_id
    • client_secret
    • refresh_token

1. Info

2. Iframe


III. Endpoint Table


NameTypeMethodUrlTriggerDescriptionParametersHard ParamsResponse Type
create_note_zohopost_dataPOSThttps://www.zohoapis.com/crm/v2/:object/:id/NotesnoneAuthorization : header,
data : body,
object : path,
id : path
create_object_zohopost_dataPOSThttps://www.zohoapis.com/crm/v2/:objectnoneAuthorization : header,
data : body,
object : path
search_contact_zohoget_dataGEThttps://www.zohoapis.com/crm/v2/:objectName/searchnoneobjectName : path,
Authorization : header,
criteria : query
get_token_zohoauthPOSThttps://accounts.zoho.com/oauth/v2/tokennonerefresh_token : query,
client_id : query,
client_secret : query
{"query":{"grant_type":"refresh_token"}}Access Token: access_token
Token Type: Zoho-oauthtoken